home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / submenu / 00332.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  188 b   |  11 lines

  1. on mouseUp
  2.   puppetSound(0)
  3.   puppetSound("click" & random(5))
  4.   if the soundBusy of 1 then
  5.     repeat while the soundBusy of 1
  6.     end repeat
  7.   end if
  8.   puppetSound(0)
  9.   go("close9")
  10. end
  11.